* {
    margin: 0;
    padding: 0;
    font-family:"微软雅黑",Helvetica Neue,Arial,sans-serif;
}
img {
    object-fit: cover;
}
a {
    text-decoration: none;
    cursor: pointer;
}
.left {
    float: left;
}
.right {
    float: right;
}
.centerBox {
    width: 1340px;
    margin: 0 auto;
}
.top{background: #272727;height: 45px;font-size: 16px;line-height: 45px;z-index: 10000;}
.topL{
    float: left;
}
.topL img{
    vertical-align: middle;
    margin-right: 10px;margin-bottom:1px;
}
.topL span{
    color: #868585;
}
.topL a{
    color: #E73A1E;
}
.city{
    display:none;
    position: absolute;
    width: 316px;
    height: 172px;
    background: linear-gradient(0deg, #FFFFFF, #F1F8FF);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
    z-index: 9999;
    top: 36px;
    left: 66px;
}
.city h2{
    height: 62px;
    border-bottom: 1px solid #ddd;
    line-height: 62px;
    color: #E73A1E;
    font-size: 16px;
    font-weight: normal;
    padding-left: 30px;
}
.citycon{
    margin: 0 0px 0 30px;
}
.citycon a{
    float: left;
    width: 33.3%;
    color: #444;
	
}
.citycon a:hover{
    color: #E73A1E;
}
.citymore{
    color: #CCCCCC !important;
}
.topcon{
    width: 1340px;
    /* overflow: hidden; */
    margin: 0 auto;
    position: relative;
}
.topR{
    float: right;
    color: #868585;
}
.topR a{
    color: #868585;
}
.topR a img{
    vertical-align: middle;
}
.header {
    width: 100%;
    position: absolute;
    /* z-index: 999; */
    height: 100px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: 0.6s;
}
.header .centerBox {
    height: 100%;
}
.logo {
    padding: 6px 0;
    height: 66px;
    margin-top: 22px;
}
.logo a {
    display: flex;
    align-items: center;
    /* width: 100%; */
    /* height: 100%; */
    float: left;
}
.logo a img {
    max-width: 100%;
    max-height: 100%;
}
.slogen{
    float: left;
    border-left: 1px solid #ddd;
    padding-left: 10px;
    margin-left: 10px;
    color: #666;
}
.slogenimg{
    float: left;
    margin: 10px;
}
.slogenimg img{
}
.nav {
    /*visibility: hidden;*/
    /* width: 62%; */
    transition: 0.6s;
    padding: 5px 0;
    margin-right: 20px;
}
.nav ul {
    /*overflow: hidden;*/
    white-space: nowrap;
}
.nav ul li {
    cursor: pointer;
    position: relative;
    font-size: 14px;
    line-height: 82px;
    /* padding: 0 1.4%; */
    display: inline-block;
    vertical-align: top;
    /* padding: 0 2.5%; */
    margin-left: 25px;
}

.nav ul li a {
    /*display: block;*/
    color: #4C4948;
    font-size: 17px;
}
.nav ul li .erji {
    display: none;
    padding-top: 10px;
    left: -200px;
    width: 460px;
    position: absolute;
    z-index: 999;
    top: 73px;
    background: #f5f5f5;
    /* box-shadow: 1px 1px 1px 1px #ddd; */
    font-size: 14px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    height: 284px;
    width: 460px;
    height: 262px;
    background: linear-gradient(0deg, #FFFFFF, #F1F8FF);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
    padding-top: 26px;
}

.nav ul li:hover .erji {
    display: block;
}
.nav ul li:after {
    position: absolute;
    content: "";
    top: 57px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #f0a3b3;
    font-size: 14px;
    background: #E73A1E;
    width: 0;
    height: 4px;  box-shadow: 3px;
    line-height: 14px;
    transition: 300ms;
}
.nav ul li:hover:after {
    width: 67%;
}
.nav ul li.active a {
    color: #999;
}
.nav ul li:hover > a {
    color: #E73A1E;
}
.nav ul li.active:after {
    width: 67%;
}
.nav ul li .erji dl {
    background: #fff;
    /* padding-bottom: 8px; */
}
.nav ul li .erji dd {
    font-size: 14px;
    /* line-height: 56px; */
    text-align: center;
    padding-left: 0;
    transition: 300ms;
    float: left;
    width: 25%;
}
.nav ul li .erji dd:hover {
}
.nav ul li .erji dd:hover a, .nav ul li .erji dd.active a {
    color: #E73A1E
}
.navicon{
    width: 72px;
    height: 72px;
    line-height:72px;
    text-align:center;
    background: #EFF8F7;
    border-radius: 10px;
    margin: 0px auto;
}
.navicon img{
    vertical-align: middle;
}
.nav ul li .erji dd p{
    height: 45px;
    line-height: 45px;
	font-size: 14px;
}
.menu {
    margin: 47px 0;
    height: 26px;
    cursor: pointer;
    display: none;
}
.menu img {
    height: 100%;
    display: block;
}
.header.active {
    background: rgba(255,255,255,1);
    /*box-shadow: 0 0 5px rgba(0,0,0,0.08);*/
    transition: 0.6s;
}
.nav.active {
    /*opacity: 1;*/
    /*visibility: visible;*/
    width: 65%;
    transition: 0.6s;
}
.nav.on ul {
    overflow: unset;
}
.footer {
    background: #1F1F1F;
    border-top: 1px solid #333;
    padding-bottom: 30px;
	height:auto;
}
.con {
    width: 1340px;
    margin: 0 auto;
    overflow: hidden;
}
.con2 {
    width: 1340px;
    margin: 0 auto;    
}
.footerL {
    width: 60%;
    float: left;
    color: #fff;
    text-align: left;
    margin-top: 30px;
    font-size: 16px;
}
.footerL h2 {
    font-size: 17px;
}
.footerL p {
    font-size: 15px;
    color: #818183;
    margin: 13px 0;
}
.footerL p a{
    color: #E1E1E1;font-size: 16px;margin-right:20px;
}
.footerL .banq a{
     color: #818183;font-size: 15px;
}
.footerR {
    float: right;
    margin-top: 20px;margin-right:100px;position: relative;display: inline-block;
}
.footerR .weix{
	float: left;
    margin: 12px;
	
}
.footerR img {
    float: left;
    width: 58px;
    margin: 12px;
}
.xinxi {
    float: left;
    color: #fff;
    margin: 9px;
    font-size: 14px;
    line-height: 25px;
}
.xinxi p {
}
.banner {
    margin-top: 95px;
}
.banner img {
    width: 100%;
    /*height: 600px;*/
    vertical-align: middle;
}
.banner {
    /*height: 472px;*/
}
.banner .swiper-slide a {
    display: block;
    height: 100%;
    overflow: hidden;
}
.banner .imgFull {
    height: 100%;
    /*transform: scale(1.1) rotate(1deg);*/
    /*transition: all 0.6s ease 0s;*/
}
.banTextBg {
    position: absolute;
    left: 19%;
    top: 20%;
}
.banText {
    float: left;
}
.banText h2 {
    font-size: 40px;
    color: #20554B;
}
.banText h3 {
    color: #20554B;
    font-size: 20px;
    margin-top: 20px;
}
.banText p {
    font-size: 16px;
    margin-top: 30px;
    color: #20554B;
}
.banText .zixun {
    width: 140px;
    height: 40px;
    background: #CAA873;
    border-radius: 30px 30px 30px 30px;
    opacity: 1;
    float: left;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
}
.banText .zixun:hover {
    background: #20554B;
}
.ban2 .banTextBg {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
.ban2 .banText {
    float: none;
}
.ban2 .banImg img {
    margin: 0 auto;
}
.banImg {
}
.banner .swiper-pagination {
    margin: 0;
    bottom: 3%;
}
.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.banner .swiper-pagination-bullet-active {
    background: #000
}
.banner .swiper-button-prev{background: url(../images/left.png) no-repeat;left: 10%;}
.banner .swiper-button-next{background: url(../images/right.png) no-repeat;right: 10%;}
.servise .swiper-button-prev{background: url(../images/r11.png) no-repeat;left: 91%;top: 26px;width: 51px;height: 30px;background-size: 100% 100%;}
.servise .swiper-button-next{background: url(../images/r44.png) no-repeat;right: 0%;top: 26px;width: 51px;height: 30px;background-size: 100% 100%;}
.servise .swiper-button-prev:hover{background: url(../images/r33.png) no-repeat;left: 91%;top: 26px;width: 51px;height: 30px;background-size: 100% 100%;}
.servise .swiper-button-next:hover{background: url(../images/r22.png) no-repeat;right: 0%;top: 26px;width: 51px;height: 30px;background-size: 100% 100%;}
.youshi .swiper-button-prev{background: url(../images/r11.png) no-repeat;left: 90%;top: 26px;width: 51px;height: 30px;background-size: 100% 100%;}
.youshi .swiper-button-next{background: url(../images/r44.png) no-repeat;right: 1%;top: 26px;width: 51px;height: 30px;background-size: 100% 100%;}
.youshi .swiper-button-prev:hover{background: url(../images/r33.png) no-repeat;left: 90%;top: 26px;width: 51px;height: 30px;background-size: 100% 100%;}
.youshi .swiper-button-next:hover{background: url(../images/r22.png) no-repeat;right: 1%;top: 26px;width: 51px;height: 30px;background-size: 100% 100%;}
.bannercall{
    height: 90px;
    background: #D80A32;
}
.con{}
.bannercallitem{
    float: left;
    width: 148px;
    /* height: 90px; */
    color: #e2e2e2;
    padding: 24px 0;
    padding-left: 75px;
}
.bannercallitem p{
}
.bannercallitem1{background: url(../images/tell1.png) no-repeat 31px center;position:relative}
.bannercallitem1:hover,.bannercallitem1.on{background:#fff url(../images/tell2.png) no-repeat 31px center;color:#000}
.bannercallitem2{background: url(../images/tellmore.png) no-repeat 31px center;}
.bannercallitem1:after {
    position: absolute;
    content: "|";
    top: 34px;
    right:-1px;color:#ddd;
}
.bannercallitem1:hover:after,.bannercallitem1.on:after{
    display: none;
}
.bg1{
    background: rgba(0, 0, 0, 0.10);
    overflow: hidden;
}
.bg2{background:#f4f4f4;overflow: hidden;}
.title{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 20px;
}
.title h2{
    font-size: 48px;
    font-family: "宋体";letter-spacing:3px;
}
.title p{
    font-size: 26px;letter-spacing:3px;
    margin-top: 13px;
}
.servise{
    margin-bottom: 112px;
    position: relative;
    padding-top: 66px;
}
.banho{float:left;margin-left:17px;}
.banho:first-child{float:left;margin-left:0px;}
.serviseitem{
    width: 252px;
    height: 253px;
    background: #FFFFFF;
    border-radius: 15px;
    border: 1px solid #ECECEC;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.serviseimg{
}
.serviseimg img{
}
.serviseitemname{
    height: 57px;
    line-height: 52px;
    font-size: 16px;
    padding-left: 30px;
}
.serviseitemname img{
    float: right;
    margin: 18px 30px;border-radius: 20px;
}
.serviseitemcover{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}
.servisetxt{
    margin-top: 55px;
    color: #fff;
    line-height: 30px;
}

.servisetxt p{
    font-size: 20px;
}
.servisetxt p:first-child{
    font-size: 22px;text-transform: uppercase;
}
.serviseitemcover a{
    width: 157px;
    height: 42px;
    background: #E73A1E;
    border-radius: 21px;
    display: block;
    margin: 20px auto;
    color: #fff;
    line-height: 42px;
    margin-top: 40px;
}

.serviseitem:hover .serviseitemcover{
    display: block;
}
.servisetxt a{
   width: 100%;
    height: auto;
    background: none;
    margin: 20px auto;
    color: #fff;
    line-height: 25px;
    margin-top: 0px;
}
.serviseitem2{
    width: 418px;
    height: 353px;
	margin-bottom:40px;
	margin-right:40px;
    background: #FFFFFF;
    border-radius: 15px;
    border: 1px solid #ECECEC;
    position: relative;
    border-radius: 20px;
    overflow: hidden;float:left;
}
.serviseitem2:nth-child(3n){
    margin-right:0px;
}
.serviseitem2:hover .serviseitemcover{
    display: block;
}

.servisetxt2{
    margin-top: 115px;
    color: #fff;
    line-height: 30px;
}
.servisetxt2 p{
    font-size: 20px;
}
.servisetxt2 p:first-child{
    font-size: 22px;text-transform: uppercase;
}
.servisetxt p.tongyi{
    margin-top:30px;
}
.servisetxt p.tong{
    font-size: 28px;margin-top:10px;
}
.youshi{
    margin-bottom: 111px;
    position: relative;
    padding-top: 60px;
}
.youshiitem{
    width: 303px;
    height: 464px;
    background: linear-gradient(0deg, #FFFFFF, #F1F8FF);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.1);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 3px;
    margin-left: 3px;
}
.youshiitem:hover{
    background: rgba(0,0,0,.9);
}
.youshiitem:hover .yubtn a{
    background: #E73A1E;
}


.youshiimg{
    width: 104px;
    height: 104px;
    background: #E3F3FE;
    border-radius: 50%;
    text-align: center;
    margin-top: 50px;
    line-height: 104px;
    margin-left: 32px;
}
.youshiimg .tu1{
   
}
.youshiimg .tu2{
   display:none;
}
.youshiimg img{
  vertical-align:middle
}
.youshiitem:hover .youshiimg .tu1{
   display:none;
}
.youshiitem:hover .youshiimg .tu2{
	display:inline-block;
}
.youshiitem h2{
    font-size: 21px;
    margin-top: 39px;
    margin-left: 32px;
    margin-bottom: 18px;
}
.youshiitem p{
    margin: 0 32px;
    font-size: 14px;
    color: #7c7c7c;
    line-height: 24px;
    height: 136px;
}
.youshiitem:hover h2{
    color: #fff;
}
.yubtn{
    border-top: 1px solid #eee;
}
.yubtn a{
    width: 168px;
    height: 43px;
    background: #303030;
    border-radius: 21px;
    display: block;
    margin: 20px auto;
    color: #fff;
    line-height: 43px;
    text-align: center;
    /* margin-top: 33px; */
}
.yubtn a:hover{
    background: #E73A1E;
}
.shoufeitype{
    text-align: center;
}
.shoufeitype a{
    width: 226px;
    height: 48px;
    background: rgba(231,58,30,0);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.1);
    border-radius: 5px;
    border: 1px solid #303030;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    margin: 0 12px;
}
.shoufeitype a.active,.shoufeitype a:hover{
    background: #E73A1E;
    color: #fff;
    border-color: #E73A1E;
}

.shoufeitype2 a{
    width: 209px;
    height: 48px;
    margin-left:10px;margin-right:0px;color:#333;margin-top:30px;
}
.shoufeitype2 a:first-child{margin-left:0px;}

.duibi{
    padding: 0;
    overflow: hidden;
    width: 1340px;
    margin: 50px auto;
    background: #fff;
    border-radius: 20px;
    display: none;
}
.duibiL{
    float: left;
    width: 30%;
    background: #CAA873;
    padding-top: 2px;
    border-radius: 10px 0 0px 10px;
}
.duibiL p{
    border-top: 1px solid #ddd;
    width: 90%;
    float: right;
    height: 80px;
}
.duibiL p a{
    background: #E9DCC7;
    display: block;
    width: 153px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 20px auto;
    border-radius: 49px;
    color: #0E463B;
}
.duibiM{
    float: left;
    background: #d80a32;
    width: 260px;
    color: #fff;
    /* margin-top: -58px; */
    border-radius: 0;
    padding-bottom: 0;
}
.duibiM h2{
    text-align: center;
    height: 100px;
    line-height: 100px;
    font-weight: normal;
}
.duibiM p{
    /* margin: 20px 0; */
    /* border-bottom: 1px solid #ddd; */
    height: 60px;
    /* line-height: 60px; */
    padding: 10px 20px;
    border-top: 1px solid #ddd;
    overflow: hidden;
    /* display: flex; */
    /* align-items: center; */
    text-align: center;

    line-height: 60px;font-size: 20px;
}
.duibiM p img{
    width: 30px;
    vertical-align: middle;
    margin: 0 10px;
    float: left;
}
.duibiM p span{
    float: left;
}
.duibiR{
    float: left;
    /* background: #BCBCBC; */
    width: 30%;
    text-align: center;
    font-size: 14px;
    border-radius: 0;
    color: #666;
    position: relative;
    width: 540px;
}
.duibiR h2{
    text-align: center;
    font-weight: normal;
    margin: 0;
    font-size: 24px;
    height: 100px;
    line-height: 100px;
    background: #fff;font-weight:bold;
	color:#e73a1e;
}
.duibiR > p{
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;font-size: 21px;
    border-top: 1px solid #ddd;
    padding: 10px 0;
    width: 100%;
}
.duibiR > p:nth-child(even){
    background: #F9F9F9;
}

.shouf li{ width:100%;border-bottom: 1px solid #ddd;list-style:none;overflow:hidden;background:#d80a32;display: flex; }
.shouf li h2{float:left;flex: 0 0 180px;background:#d80a32;color:#fff;padding:40px 50px;text-align:center;display: flex;align-items: center;  justify-content: center;  margin: 0; }
.shouf li p{flex: 1;padding:40px 50px;background:#ffffff;line-height:35px;font-size:20px;color:#666}
.shouf li:nth-child(even) p{ background:#f9f9f9;}

.shouf2 li{ width:100%;border-bottom: 1px solid #ddd;list-style:none;overflow:hidden;background:#d80a32;display: flex; }
.shouf2 li h2{float:left;flex: 0 0 180px;background:#d80a32;color:#fff;padding:20px 50px;text-align:center;display: flex;align-items: center;  justify-content: center;  margin: 0; }
.shouf2 li .con{flex: 1;background:#ffffff;font-size:20px;color:#666;overflow:hidden;}
.shouf2 li .con span{width:425px;padding:25px 50px;float:left;border-right: 1px solid #ddd;margin:0px;}
.shouf2 li .con span:nth-child(even){border-right: 0px solid #ddd;}
.shouf2 li .con p{padding:25px 50px;}
.shouf2 li .con .rr{border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;overflow:hidden;}

.shouf2 li:nth-child(even) p{ background:#f9f9f9;}


.dtshoufei{
    position: absolute;
    width: 229px;
    height: 315px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
    bottom: 0;
    right: -42px;
    padding: 15px 0;
    display:none;
}
.dtshoufei p{
    width: 209px;
    height: 36px;
    border-radius: 5px;
    margin: 3px auto;
    line-height: 36px;
}
.dtshoufei p:hover{
    background: #EDEDED;
}
.morenews {
    width: 1340px;
    margin: 18px auto;
    overflow: hidden;
}
.morenews a{
    width: 108px;
    height: 29px;
    background: rgba(0,0,0,0);
    border-radius: 15px;
    border: 1px solid #000000;
    display: block;
    text-align: center;
    line-height: 29px;
    font-size: 14px;
    color: #000;
    float: right;
}
.morenews a:hover{background:#E73A1E;color:#fff;border:1px solid #E73A1E}
.news{margin-bottom: 80px;}
.news2{margin: 60px auto 30px;}
.newsitem{
    width: 548px;
    /* height: 532px; */
    background: rgba(196,41,30,0);
    border: 1px solid #F4F4F4;
    float: left;
    padding: 60px;
}
.newsitem h2{
}
.newsitem h2 a{
    font-size: 16px;
    color: #1C1C1C;
}
.newsitem p{
    color: #727171;
    font-size: 16px;
    line-height: 26px;
    margin: 15px 0;
}
.newsbtn{
}
.newsbtn a{
    width: 101px;
    height: 29px;
    background: #2A2A2A;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 29px;
    margin-right: 15px;
	font-size:14px;
}
.newsbtn a:hover{
    background: #E73A1E;
}
.newsbtn span{
    width: 101px;
    height: 29px;
    background: 3fff;
    border-radius: 5px;
    border: 1px solid #8B8B8B;
    display: inline-block;
    text-align: center;
    line-height: 29px;font-size:14px;
}
.fuwuchengcnuo{background: url(../images/fbg.png) no-repeat;background-size:100% 100%;padding: 32px 0;}
.fuwuchengcnuo .con{padding:0 50px;}
.fuwuchengcnuoL{
    float: left;padding:0 50px;
}
.fuwuchengcnuoL img{
    float: left;
}
.fuwuchengcnuoLtxt{
    float: left;
    font-size: 23px;
    color: #fff;
    margin-top: 39px;
    line-height: 35px;
}
.fuwuchengcnuoLtxt h2{
    font-size: 23px;
    font-weight: normal;
}
.fuwuchengcnuoLtxt p{
    width: 100px;
    text-transform: uppercase;
}
.fuwuchengcnuoR{
    float: right;
    overflow: hidden;
    width: 839px;
    margin-top: 33px;
}
.fuwuchengcnuoRitem{
    float: left;
    width: 40%;
    margin-bottom: 25px;margin-left:10%;
}
.fuwuchengcnuoRitem img{
    float: left;
    margin-right: 12px;
    vertical-align: middle;
    margin-top: 8px;
}
.fuwuchengcnuoRitem2{
	margin-left:50px;
}
.fuwuchengcnuoRitem2 h2{
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 3px;
}
.fuwuchengcnuoRitem2 p{
    font-size: 14px;
    color: #CC7F7A;
}
.link{
    background: #1F1F1F;
    color: #fff;
}
.linltype{margin-top: 57px;margin-bottom: 30px;}
.linltype a{
    background: #000;
    color: #fff;
    width: 108px;
    height: 38px;
    background: #121212;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    margin-right: 10px;
}
.linltype a.active{
    background: #384144;
}
.linkcon{
    margin-bottom: 42px;
}
.linkitems{
    display: none;
}
.linkitems a{
    width: 12%;
    height: 57px;
    background: rgba(255,255,255,0);
    border: 1px solid rgba(48,48,48,0.75);
    display: inline-block;
    margin-right: 0.5%;
    text-align: center;
    line-height: 57px;
    margin-bottom: 10px;color:#fff;
}
.linkitems a {
    width: 11.6%;
    height: 57px;
    background: rgba(255,255,255,0);
    border: 1px solid rgba(48,48,48,0.75);
    display: inline-block;
    margin-right: 0.6%;
    text-align: center;
    line-height: 57px;
    margin-bottom: 10px;color:#fff;
}

.linkitems2 a{
   width: 12%;
    height: 57px;
    background: #fff;
	border-radius:3px; 
    display: inline-block;
    margin-right: 0.5%;
    text-align: center;
    line-height: 57px;
    margin-bottom: 10px;
}
.linkitems2{
    display: none;
}
.linkitems a:nth-child(8),.linkitems2 a:nth-child(8){
    margin-right: 0%;
}
.linkitems2 a img{
    vertical-align:middle 
}
.linkitems a:hover{
    color: #E73A1E;background:#fff;
}
.kefu{
    /* width: 289px; */
    position: fixed;
    right: 10px;
    z-index: 10;
    bottom: 400px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.kefuL{
    float: left;
    display: none;
    margin-right: 13px;
}
.kefuLcon{
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    padding: 10px;
    background: #fff;
    width: 204px;
    border-radius: 10px;
    display: none;
}
.ewm{
    text-align: center;
}
.ewm img{
	
}
.kefuLcon h2{
    font-size: 18px;
    text-align: center;
    margin: 10px 0 5px;
	font-weight:normal;
}
.kefuLcon p{
    color: #8799ab;
    font-size: 14px;
    text-align: center;
}
.kefuLcon a{
    display: block;
    width: 169px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 30px;
    margin: 10px auto;
}
.kefuR{
    float: right;
    width: 51px;
    height: 227px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    border-radius: 22px;
}
.kefuR a{
    display: block;
    width: 37px;
    height: 37px;
    margin: 15px auto;
    text-align: center;
    border-radius: 50%;
    line-height: 37px;
}
.kefuR a.active{
    background: #eee;
}
.kefuR a img{
    vertical-align: middle;
    height: 16px;
}
.backtop{
}

.kefu2{ 
    bottom: 90px;   
    left: -120px;  
    width: 100%;
     z-index:10000
}.kefu3{ 
    bottom: 90px;   
    left: 100px;  
    width: 100%; 
     z-index:10000
}
.kefuLcon2{
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    padding: 10px;
    background: #fff;
    width: 204px;
    border-radius: 10px;
	position: absolute;
	text-align: center; 
	display:none;
}
.kefuLcon2 .ewm{
   width: 100%;
}
.kefuLcon2 .ewm img{
   width: 140px;float:none;
}
.kefuLcon2 h2{
    font-size: 18px;
    text-align: center;
    margin: 10px 0 5px;
	font-weight:normal;
}
.kefuLcon2 p{
    color: #8799ab;
    font-size: 14px;
    text-align: center;
}
.kefuLcon2 a{
    display: block;
    width: 169px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 30px;
    margin: 10px auto;
}

.dede_pages {margin:0px auto 50px;height:60px;width:100%;text-align:center;overflow:hidden;}
.dede_pages ul {display:inline-block; *display:inline; zoom:1;margin:0 auto;position:relative;}
.dede_pages ul li {list-style:none;float:left;border:1px solid #0e0e0f;height:45px; line-height:45px; margin:0 3px;font-size:14px;}
.dede_pages ul li a,.dede_pages ul li span{color:#333;display:block;padding:0px 20px;}
.dede_pages ul li a:hover{padding:0px 20px;background:#0e0e0f;color:#fff;}
.dede_pages ul li.active{background:#0e0e0f;display:block;color:#fff;}
.dede_pages ul li.active a{color:#fff;display:block;}


.baojiacover{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 100000;
    top: 0;
    bottom: 0%;
    left: 0;
    right: 0;
    display:none;
}
.baojiawin{
    background: #fff;
    width: 800px;
	height:480px;
	padding:30px;
    margin: 10px auto;
    border-radius: 20px;
    margin-top: 10%;
	position:relative;
}
.baojiawin1{
    background: #fff;
    width: 360px;
	float:left;
}
.baojiawin2{
    background: #fff;
    width: 440px;
	float:right;height:100%;display:block;
}
.baojiawin h2{
    font-size: 28px;
    text-align: center;
    margin: 7px 0;
    margin-top: 20px;
    margin-bottom: 0px;
}
.baojiawin h2 span{
    color: #E12526;
}
.baojiawin .bjdes{
    font-size: 13px;
    color: #666;
    text-align: center;
    margin: 10px 0 20px;
}
.baojiamsg{
    width: 280px;
    margin: 10px auto;
	border:1px solid #f5f5f5;
	padding:10px 30px;
	border-radius: 20px;
	box-shadow: 0px 0px 0px 2px rgba(245, 245, 245, 0.3);
  /* 增加这个属性可以让阴影在外侧显示，而不是内侧 */
  box-shadow: inset 0 0 0 2px rgba(245, 245, 245, 0.3);
}
.baojiamsg2{
    width: 380px;
    margin: 20px auto;
	border:1px solid #f5f5f5;
	padding:10px 0px;
	overflow:hidden;
}
.baojiamsg2 h2{text-align:center;font-size:16px;height:30px;color:#1e1e1e;font-family:"微软雅黑"}
.baojiamsg2 h3{text-align:center;font-size:26px;color:#e12526;}
.bjkuang{
    border: 1px solid #ddd;
    border-radius: 30px;
    margin: 15px 0;
    overflow: hidden;
    font-size: 12px;
    padding: 0 5px;
    height: 40px;
    line-height: 40px;
    padding-left: 11px;
    display: flex;
    align-items: center;
}
.bjkuang select{
    width: 100%;
    height: 40px;
    border: 0;
    font-size: 13px;
    color: #767676;
}
select:focus-visible {
    outline: none;
}
.bjkuang input{
    border: 0;
    height: 40px;
    width: 100%;
    outline: none;
}
.bjkuang img{width: 10px;margin-right: 6px;}
.bjbtn{
    display: block;
    width: 100%;
    height: 43px;
    background: #E12526;
    color: #fff;
    border: 0;
    border-radius: 40px;cursor:pointer;
}
.bjlink{
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 35px auto 20px;
}
.bjlink a{
    width: 140px;
    height: 35px;
    background: #32C167;
    border-radius: 29px;
    font-size: 12px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 35px;
}
.bjlink a img{width: 16px;vertical-align: middle;margin: 0 5px;}

.baojiamsg2 .phone a{float:left;width:124px;border-top: 1px solid #f5f5f5;height:50px;line-height:20px;
color: #9e9e9e;overflow:hidden;background: url(../images/tell1.png) no-repeat 21px center;padding:20px 0 10px 65px;}
.baojiamsg2 .phone a:nth-child(2n){border-left: 1px solid #f5f5f5;}
.baojiamsg2 a.phone2{background: url(../images/tellmore.png) no-repeat 21px center;}
.winclose{
    text-align: center;
    margin: 20px 0;position: absolute;right:-40px;top:-20px;cursor:pointer;
}
.winclose img{
    width: 30px;
}

.sevicekkk{width: 100%;margin:30px auto;overflow:hidden;}
.sevicekkk li{width: 19.2%;height: 64px;border-radius: 5px;border: 2px solid rgb(245, 245, 245);box-sizing: border-box; margin-bottom:22px;line-height: 64px;text-align: center;color: rgb(114, 114, 114);margin-right: 1%;float: left;cursor:pointer;font-size:21px;list-style:none;}
.sevicekkk li a{color:#333;}
.sevicekkk li:nth-child(5n){margin-right: 0%;}

.sevicekkk2{background: #E73A1E;color: white;font-size:21px;}

.sevicekkk li:hover{background: #E73A1E;color: white;}
.sevicekkk li:hover a{color: white;}
.sevicekkk li.sevicekkk2 a{color: white;}


.b-left {
    width: 183px;
    margin-right: 15px;
    float: left;
    line-height: 24px;
    text-align: left;color:#fff;font-size: 16px
}.b-right {
    width: 1100px;
    float: left;
    line-height: 24px;
}
.linksItem {
    clear: both;
    padding: 24px 0 0px;

    color: #666;
    font-size: 12px
}

.linksItem:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: visible
}

.relateSelect {
    position: relative;
    line-height: 24px;
    overflow: hidden;
    padding-bottom: 88px;
    zoom: 1
}

.relateSelect dt {
    height: 24px;
    text-align: center;
    float: left;
    cursor: pointer;
    margin: 0 6px 5px 0;
    border: 1px solid #e0e0e0;
    padding: 0 8px 0 7px;
    width: auto;color:#fff;
}

.relateSelect dt.select {
    background: #b3b3b3;
    color: #fcfcfc;
    position: relative;
    z-index: 2;
    border: 1px solid #999
}

.relateSelect dd {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: auto;
    height: 88px;
    overflow: hidden
}

.relateSelect dd a {
    margin-right: 1em;
    height: 22px;
    float: left;
    white-space: nowrap;
	color:#fff; font-size: 14px
}

.relateSelect dt span {
    white-space: nowrap
}
